home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / perl5 / perl5.002 / ext / ndbm_file / makefile.pl < prev    next >
Encoding:
Makefile  |  1996-01-31  |  251 b   |  8 lines

  1. use ExtUtils::MakeMaker;
  2. WriteMakefile(
  3.     LIBS => ["-L/usr/local/lib -lndbm", "-ldbm -lucb"],
  4.     MAN3PODS     => ' ',     # Pods will be built by installman.
  5.     XSPROTOARG => '-noprototypes',         # XXX remove later?
  6.     VERSION_FROM => 'NDBM_File.pm',
  7. );
  8.